Search business entity filings from New York, Florida, and Colorado. Look up LLCs and corporations by name, get full entity details (registered agent, officers, addresses), and track new formations for sales prospecting. Requires a free FreshFilings API key at freshfilings.dev.
概览
What it does
FreshFilings MCP connects AI assistants to live business entity data from New York, Florida, and Colorado state filings. Use it to research companies, find registered agents, track new business formations, and build prospect lists — all without leaving your AI assistant.
Tools
| Tool | Description |
|---|---|
search_businesses | Search for businesses by name across NY, FL, and CO |
get_business_detail | Get full entity details: officers, addresses, registered agent |
get_new_formations | Find businesses formed since a given date — great for prospecting |
check_usage | Check your API key quota and remaining calls |
Setup
- Get a free API key at freshfilings.dev
- Add to your Claude Desktop config:
{
"mcpServers": {
"freshfilings": {
"command": "uvx",
"args": ["freshfilings-mcp"],
"env": {
"FRESHFILINGS_API_KEY": "ff_your_key_here"
}
}
}
}
服务器配置
{
"mcpServers": {
"freshfilings": {
"command": "uvx",
"args": [
"freshfilings-mcp"
],
"env": {
"FRESHFILINGS_API_KEY": "ff_your_key_here"
}
}
}
}